html {
    scrollbar-width: thin
}

body,
* {
    margin: 0;
    padding: 0; 
}

.container-fluid {
    padding-inline: 12rem;
}

header {
    position: sticky;
    top: 0;
    z-index: 20;
    background-color: #fff;
    padding-top: 15px;
}

.logo img,
.petrolium_icon img {
    width: 120px;
}

.petrolium_icon img {
    padding: 11px;
    border-radius: 15px;
}

.petrolium_icon img:hover {
    background: #FFED00;
}

.mng_flex {
    /* gap: 15px; */
    justify-content: end;
}

.logo {
    height: 100%;
    display: flex;
    align-items: center;
}

.mng {
    padding-block: 15px;
}

.social_media_icons {
    display: flex;
    gap: 10px;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding-right: 5rem;
}

.social_media_icons i {
    padding: 5px;
    background: #858585;
    border-radius: 5px;
    color: #fff;
}

.ryt_header {
    display: flex;
    justify-content: end;
}

.heading {
    display: flex;
    gap: 20px;
    align-items: center;
    border-right: 1px solid #ddd;
}

.heading .stock {
    font-size: 20px;
}

.lnks {
    padding-right: 20px;
    display: flex;
    gap: 10px;
}

.lnks a {
    color: #000;
    text-decoration: none;
    padding: 8px 28px;
    background: #EDEDED;
    border-radius: 10px;
    height: 40px;
}

.lnks span:hover {
    background: #FFED00;
}

.ryt_header .petrolium_icon {
    margin-left: 20px;
}

/*navbar*/
.collapse {
    justify-content: end;
}

.navbar {
    background: #FFED00;
    height: 44.44px;
}

.navbar .navbar-brand {
    font-weight: 600;
}

.collapse .navbar-nav .nav-item .nav-link {
    font-weight: 500;
    font-family: sans-serif;
    font-size: 17px;
}

.collapse .navbar-nav .nav-item .nav-link:hover {
    box-shadow: 0px 3px 0px 0px #1ea8e5;
    padding-bottom: 7px;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 1px 2px #fff;
}

/*carousel section*/

/* .carousel-item {
    position: relative;
} */

.carousel-item h4 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #FFED00;
    font-size: 2rem
}

/*frst counter*/

.cntr {
    background: #F5F5F5;
}

.cntr .projectFactsWrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


.cntr #projectFacts .fullWidth {
    padding: 0;
}

.cntr .projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 25px 0px;
    text-align: left;
    padding-left: 2rem;

}

.cntr .projectFactsWrap .item .number {
    font-size: 45px;
    font-family: sans-serif;
    padding: 0;
    font-weight: 600;
    line-height: 1;
}

.cntr .projectFactsWrap .item p {
    font-size: 16px;
    margin: 0;
    padding-top: 10px;
    font-family: sans-serif;
}

.brdr_ryt {
    margin-block: 1.5rem;
    /* box-shadow: 2px 0px 0px 0px #ddd; */
    box-shadow: 2px 0px 0px 0px #1ea8e5
}

.mt_2 {
    margin-top: 1.5rem;
}

/*empowered section*/

.empowr {
    background-color: #E9E9E9;
    padding-block: 90px;
}

.empowr .empwr_headngs {
    text-align: center;
}

.empwr_headngs h3 {
    font-size: clamp(24px, 8vw, 46px);
    margin-bottom: 2rem;
}

.empwr_headngs p {
    margin-bottom: 5px;
}

.empowr .empwr_img img {
    width: 340px;
}

.empowr .procurement_price {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.empowr .procurement_price .price_block h3 {
    font-weight: 600;
}

.empowr .flx_ryt {
    align-items: end;
    text-align: end;
}

.empowr .empwr_img {
    text-align: center;
}

/*procurement plan section*/

.procuremnt_plan .container-fluid {}

.procuremnt_plan {
    height: 680px;
    background-image: url('../VendorZone Img/procurement_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    display: flex;
    align-items: center;
}

.procuremnt_plan h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 4rem;
    font-size: clamp(24px, 5vw, 46px)
}

.procuremnt_plan .img_block {
    position: relative;
    width: 90%;
    margin: 0 auto;
    transition: 1s all;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}

.procuremnt_plan .img_block::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: linear-gradient(359.73deg, #013A4C 0.21%, rgba(1, 58, 76, 0.4) 99.74%);
    transition: 1s all;
}

.procuremnt_plan .img_block .bock_img {
    width: 100%;
}

.procuremnt_plan .img_block .inner_sec img {
    transition: all 0.4s cubic-bezier(0.12, 0.65, 0.4, 1);
    -webkit-transition: all 2.27s ease-out;
}

.procuremnt_plan .img_block:hover {
    box-shadow: 8px 8px 8px 3px #889da8;

}

.procuremnt_plan .img_block:hover .inner_sec img {
    -webkit-transform: rotate(360deg);
    transform: rotate3d(3, 3, 1, 360deg);
    -webkit-transform-style: preserve-3d;
    width: 52%;

}

.procuremnt_plan .img_block .inner_sec {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.procuremnt_plan .img_block .inner_sec p {
    color: #fff;
    text-wrap: nowrap;
}

#maincontent {
    min-height: 70dvh;
    background-color: #E9E9E9;
}

.bg_mn {
    padding-top: 3rem;
}

.container.bg-white.bg_shde {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 1px 2px 0px #c7c7c7;
}

/*ends here*/


/*tenders portal*/

.tenderPortals {
    background-image: url('../VendorZone Img//Background_GAIL_tenders_Section.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tenderPortals h2 {
    text-align: center;
    color: #fff;
    font-size: clamp(24px, 5vw, 46px);
    margin-bottom: 4rem;
}

.tenderPortals a {
    text-decoration: none;

}

.tenderPortals .carousel-container {
    position: relative;
    width: 100%;
    height: 350px;
}

.tenderPortals .carousel-main {

    position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    font-family: Arial;
}

.tenderPortals .carousel-feature {
    position: absolute;
    top: -1000px;
    left: -1000px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
    width: 580px;
    height: 360px;
}

.tenderPortals .carousel-feature a {
    font-size: 18px;
}

.tenderPortals .carousel-image {
    border: 0;
    display: block;
    box-shadow: 1px 1px 7px 1px #fff;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* tenders portral ends here*/

/*Resource section*/

.resource_information {
    background-color: #DDDDDD;
    padding-bottom: 3rem;
}

.resource_information .nav-link.active {
    background-color: #fff;
    color: #000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.resource_information .nav-link {
    color: #000;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    margin-block: 5px;
}

.resource_information h2 {
    font-size: clamp(24px, 5vw, 46px);
    margin-block: 4rem;
    text-align: center;
}

div#v-pills-tabContent {
    background: #fff;
    flex: 1;
    max-height: 450px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-block: 5px;
    overflow: hidden;
}

.tab-pane {
    background-color: #fff;
    height: 450px;
    max-height: 450px;
}

.resource_information .innr_block {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 40px;
}

.resource_information .innr_block img {
    width: 370px;
}

.resource_information .innr_block .line,
.resource_information .Nomination_block .line {
    background: #1ea8e5;
    height: 2px;
    width: 172px;
    margin-block: 5px;
}

.resource_information .Nomination_block .line {
    width: 320px;
}

.resource_information .innr_block .innr_content p {
    padding-block: 15px
}

.resource_information .innr_block .innr_content a {
    background: #FFED00;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
}

.resource_information .innr_block .innr_content .gnrl_block {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.resource_information .innr_block .innr_content .gnrl_block .gnrl_lnk {
    width: 49%;
    display: inline-block;
}

.resource_information .innr_block .innr_content .vendrRelatd_block,
.resource_information .innr_content .Publications_block {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.resource_information .PublicationsPeriodical .innr_content {
    flex: 1;
}

.resource_information .innr_block .innr_content .vendrRelatd_block a,
.resource_information .innr_content .Publications_block .NavChetna_lnk {
    /* flex: 1; */
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
i.fa-solid.fa-file-pdf {
    color: #ff0000 !important;
    font-size: 18px !important;
}
.resource_information .innr_content .Publications_block {
    flex-direction: column;
}

.resource_information .PublicationsPeriodical .innr_content .line {
    width: 272px;
}

.resource_information .innr_content .Publications_block .NavChetna_lnk {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.resource_information .innr_content .Publications_block .NavChetna_lnk i {
    color: #AFA300;
    font-size: 18px;
}

.holidy_lst .fa-file-pdf{
    float: right;
    margin-top: 5px;
}
i.fa-solid.fa-circle-chevron-right {
    color: #1ea8e5;
}

/*Vendor Related Portal*/
#v-pills-VendorRelatedProcedures .innr_block .innr_content {
    flex: 1 !important;
}

.vendrRelatd_block {
    flex-direction: column;
    width: 100%;
}

/*Nomination section*/

.Nomination_block {
    padding: 15px;
}

.Nomination_block .accordion-body {
    max-height: 255px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.Nomination_block .accordion-button,
.Nomination_block .accordion-button:focus,
.Nomination_block .accordion-button:not(.collapsed) {
    background: #FFED00;
    box-shadow: none;
}

.Nomination_block .accordion-item {
    border: none;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 8px;
}

.Nomination_block .accordion-button {
    background: #FFED00;
    box-shadow: none;
    padding-block: 12px;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Nomination_block .accordion-button i {
    color: #AFA300;
    font-size: 18px;
}

#v-pills-NominationandProprietary {
    padding: 18px;
}

div#flush-collapseOne,
div#flush-collapseTwo {
    background: #ffed001f;
}

.accordion-button::after {
    display: none;
}

.accordion-body h5 {
    background: #c3bc59;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.accordion-body p {
    padding-left: 20px;
}

.accordion-body p a {
    color: #000;
    transition: 0.5s all;
    text-decoration: none;
}

.accordion-body p a:hover {
    margin-left: 5px;
    text-decoration: underline;
}


/*Nomination ends here*/
/*Resource sec ends here*/

/*Most visited section*/

.most_visited .container-fluid {
    padding-right: 15px;
}

.most_visited {
    min-height: 250px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 70px;
}

.most_visited h4 {
    padding-top: 30px;
    padding-bottom: 20px;
}

.most_visited .line {
    background: #E31E24;
    height: 2px;
    width: 172px;
    margin-top: 0px;
    margin-bottom: 1rem;
}

.most_visited .item {
    background: #dddddd66;
    background: #1ea8e5;
    position: relative;
    border-radius: 7px;
    padding-inline: 12px;
    position: relative;
    padding-block: 2rem;
    text-align: center;
}

.owl-stage-outer {
    padding-top: 2.5rem;
}

.most_visited .item h4 {
    position: absolute;
    bottom: 65px;
    left: 2rem;
    background: #ffed00;
    width: 50px;
    height: 48px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0;
    padding-block: 23px;
    border: 1px solid #b1b1b1;
    border-radius: 7px;
}

.most_visited .item a {
    margin-bottom: 0;
    color: #000;
    text-decoration: none;
    color: #fff;
}

.most_visited .item a:hover {
    text-decoration: underline;
}

.most_visited .owl-carousel.owl-drag .owl-item {
    min-width: 300px;
}

.most_visited .owl-carousel {
    margin-top: 2rem;
}

.most_visited .owl-stage {
    width: 2800px !important;
}

.most_visited .owl-nav {
    position: absolute;
    bottom: 150px;
    right: 0;
}

.most_visited .owl-nav .owl-prev {
    display: none;
}

.most_visited .owl-nav .owl-next:focus,
.most_visited .owl-nav .owl-next:focus-within,
.most_visited .owl-nav .owl-next span:focus,
.most_visited .owl-nav .owl-next span:focus-within,
.most_visited .owl-nav .owl-next span:hover,
.most_visited .owl-nav .owl-next:hover {
    background-color: #fff;
    color: #FFED00;
    box-shadow: none;
}

.most_visited .owl-nav .owl-next span {
    font-size: 4rem;
    color: #9f9f9f;
}

/*table shadows*/

table {
    margin-top: 35px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 1px 1px #ebebeb;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-bg-type: #dddddd2e;
}

.main_content table tbody tr td a {
    text-decoration: none;
    color: #4f4f4f;
    transition: 0.8s all;
}

.main_content table tbody tr td a:hover {
    text-decoration: underline;
    padding-left: 10px;
    color: #1ea8e5;
}

/*footer section*/

footer {
    background-image: url('../VendorZone Img//footer_img.jpg');
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

footer .Quick_lnks h5 {
    font-size: 1.75rem;
    color: #FFED00;
    margin-bottom: 2rem;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    transition: 0.8s all;
}

footer ul li a:hover {
    padding-left: 8px;
    text-decoration: underline;
}

footer .mt_4 {
    margin-top: 65px;
}

footer .futr_logo {
    text-align: end;
}

footer .futr_logo img {
    width: 370px;
}

footer .social_media_icons {
    justify-content: center;
}

footer p {
    color: #fff;
    margin-bottom: 0;
}

/*Responsive section*/

@media (max-width:450px) {
    .ryt_header {
        flex-wrap: wrap;
    }

    .ryt_header .petrolium_icon {
        margin-top: 10px;
    }

    .tenderPortals .carousel-feature {
        width: 220px;
        height: 170px;
    }
}

@media(max-width: 768px) {
    .cntr .projectFactsWrap .item {
        flex: 0 0 50%;
    }

    .empowr .flx_ryt {
        align-items: center;
        text-align: center;
    }

    .empowr .procurement_price {
        margin-block: 15px;
    }

    .empowr .procurement_price .price_block h3,
    .empowr .procurement_price .price_block p {
        text-align: center;
    }

    .empowr .empwr_img img {
        width: 230px;
    }

    .procuremnt_plan {
        height: auto;
        padding-bottom: 2rem;
    }

    .procuremnt_plan .img_block {
        width: 70%;
        margin-block: 1rem;
        height: 220px;
    }

    .procuremnt_plan h2 {
        margin-block: 2rem;
    }

    .tenderPortals h2 {
        margin-bottom: 2rem;
    }



    .tenderPortals {
        height: auto;
        padding-top: 3rem;
    }

}

@media(max-width:992px) {
    .navbar {
        height: auto;
    }

    .procuremnt_plan .img_block:hover .inner_sec img {
        margin-top: 4rem;
        margin-right: 1rem;
    }
}

@media(min-width:768px) and (max-width:1200px) {
    .procuremnt_plan .img_block {
        width: 100%;
    }
}

@media(min-width:320px) and (max-width:576px) {

    .heading .stock {
        font-size: 15px;
    }

    .heading .lnks {
        gap: 5px;
    }

    .heading .lnks span {
        padding: 5px 10px;
        height: 27px;
        border-radius: 5px;
        font-size: 12px;
    }

    .social_media_icons i {
        padding: 5px;
        background: #858585;
        border-radius: 5px;
        color: #fff;
        font-size: 15px;
    }

    .petrolium_icon img {
        width: 80px;
    }

    .navbar-toggler-icon {
        width: 1em;
        height: 1em;
    }

    .carousel-item h4 {
        font-size: 1.2rem
    }

    .empowr {
        padding-block: 30px;
    }

    .empwr_headngs p {
        text-align: justify;
    }

    .empowr .empwr_img img {
        width: 170px;
    }
}

@media(min-width:320px) and (max-width:991px) {
    .social_media_icons {
        justify-content: center;
        margin-top: 10px;
    }

    .ryt_header {
        justify-content: end;
        margin-top: 20px;
    }
}

@media(min-width:320px) and (max-width:576px) {
    .mt_2 {
        margin-top: 10px;
    }

    .cntr .projectFactsWrap .item {
        padding-right: 15px;
        height: 124px;
    }

    .cntr .brdr_ryt {
        margin-block: 10px;
    }

    .cntr .projectFactsWrap .item .number {
        font-size: 16px;
    }

    .cntr .projectFactsWrap .item p {
        font-size: 12px;
    }

    .img_block .inner_sec img {
        width: 60%;
    }

    .tenderPortals .carousel-container {
        height: 240px;
    }
}

@media(min-width:480px) and (max-width:576px) {
    .tenderPortals .carousel-feature {
        width: 270px;
        height: 190px;
    }

    .tenderPortals .carousel-container {
        height: 270px;
    }
}

@media(min-width:577px) and (max-width:768px) {
    .cntr .projectFactsWrap .item {
        height: 150px;
    }

    .cntr .projectFactsWrap .item .number {
        font-size: 26px;
    }

    .cntr .projectFactsWrap .item p {
        font-size: 16px;
    }

    .tenderPortals .carousel-feature {
        width: 332px;
        height: 220px;
    }

    .resource_information h2 {
        margin-block: 2rem;
    }

    .mng_flex {
        display: flex !important;
        flex-direction: column;
    }

    .resource_information .innr_block {
        padding: 20px;
    }

    #v-pills-tabContent {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .resource_information .nav-pills {
        width: 100%;
    }

    .resource_information .nav-link.active {
        border-radius: 5px;

    }

    .resource_information .innr_block img {
        width: 190px;
    }

    .tab-pane {
        min-height: 250px;
        height: auto;
        max-height: 100%;
    }

    .resource_information .innr_block .innr_content .gnrl_block {
        gap: 8px;
    }

    .resource_information .innr_block .innr_content .vendrRelatd_block a,
    .resource_information .innr_content .Publications_block .NavChetna_lnk {
        text-wrap: wrap;
    }

    .resource_information #v-pills-tabContent {
        width: 100%;
    }


    #v-pills-VendorRelatedProcedures .vendrRelatd_block {
        flex-direction: column;
    }

    div#v-pills-tabContent {
        max-height: max-content;
    }
}

@media(min-width:769px) and (max-width:991px) {

    .cntr .projectFactsWrap .item {
        height: 150px;
    }

    .cntr .projectFactsWrap .item .number {
        font-size: 32px;
    }

    .cntr .projectFactsWrap .item p {
        font-size: 16px;
    }

    .empowr .empwr_img img {
        width: 230px;
    }

    .procuremnt_plan {
        height: 530px;
    }

    .procuremnt_plan h2 {
        margin-bottom: 4rem;
    }

    .tenderPortals .carousel-feature {
        width: 430px;
        height: 280px;
    }
}

@media(min-width:992px) and (max-width:1240px) {
    .heading {
        flex-wrap: wrap;
    }

    .cntr .projectFactsWrap .item {
        height: 150px;
    }

    .empowr .empwr_img img {
        width: 290px;
    }

    .procuremnt_plan .img_block {
        width: 100%;
    }
}

@media(min-width:1200px) and (max-width:1400px) {
    .empowr .empwr_img img {
        width: 325px;
    }

    .resource_information .innr_block .innr_content .vendrRelatd_block a {
        text-wrap: wrap;
    }
}